(abort "Incorrect OS version (software requires OS 39 or better )!")
)
)
; error handling
(onerror
(if (> @ioerr 0)
(
(message
("An error has occurred during installation. Please check the log file to understand the error.")
)
)
)
(exit (quiet))
)
(welcome)
(COMPLETE 50) ; VHI-FMdriver
(copyfiles
(prompt "Copying VHI-FMdriver...")
(help @copy-files)
(source "VHI/FrameMachine.vhi")
(dest "libs:")
(infos)
(optional nofail force)
(confirm)
)
(COMPLETE 100)
(exit "FMdriverVHI successfully installed!\n\n" "If you don't have installed the latest version\n" "of the FMdriver-package, you need to\n" "download the latest version from my homepage:\n\n" "http://www.qdev.de\n\n" "The FMdriver package contains the hardware driver\n" "for the FrameMachine board needed\n" "also for this VHI driver." (quiet))